home *** CD-ROM | disk | FTP | other *** search
/ Cream of the Crop 22 / Cream of the Crop 22.iso / windows / cm95_10.zip / CIS.DLL / TEXT / TAPCISWIL next >
Text File  |  1996-10-29  |  207b  |  8 lines

  1. hFile = FileOpen ("%tapdir%\out.box", "APPEND")
  2. FileWrite (hFile, '!, MAIL, POSTSCR, %scrfile%, "", N')
  3. FileWrite (hFile, @CRLF)
  4. FileClose (hFile)
  5.  
  6. DirChange ("%tapdir%")
  7. Run ("%pgmfile%", "%param%")
  8.